home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 February / PC Plus Super CD (Issue 124) (PCP124-2-97) (February 1997).iso / ms / vb5cce / controls / samples / flexlbl / flexlbl.exe / FlexLbl.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1996-10-25  |  1.4 KB  |  42 lines

  1. ;---------------------------------------------------------------------------------------------------
  2. ; To be used with IExpress 10/10/96
  3. ;---------------------------------------------------------------------------------------------------
  4. [version]
  5. signature="$CHICAGO$"
  6. AdvancedINF=2.5
  7.  
  8. [DefaultInstall]
  9. CopyFiles=install.files
  10. CustomDestination=MyCustomDestination
  11.  
  12. ;---------------------------------------------------------------------------------------------------
  13. [DestinationDirs]
  14. install.files=49001
  15.  
  16. [MyCustomDestination]
  17. 49000,49001,49002,49003=PackageDestination49000,1
  18.  
  19. [PackageDestination49000]
  20. "HKLM","xxx","","%PROMPT%","%24%\%DEFAULT%"
  21. ;"","","","%PROMPT%","%24%\%DEFAULT%"
  22.  
  23. ;---------------------------------------------------------------------------------------------------
  24. [install.files]
  25. Flexlbl.ctl
  26. Flexlbl.ctx
  27. Flexlbl.vbg
  28. Flexlbl.vbp
  29. Fltext.vbp
  30. Frmtest.frm
  31. ToolBox.bmp
  32.  
  33. ;---------------------------------------------------------------------------------------------------
  34. [SourceDisksNames]
  35. 1="default",,1
  36.  
  37. [Strings]
  38. ;---------------------------------------------------------------------------------------------------
  39. PROMPT = "Please enter the directory to which you will be installing the Flex Label sample: "
  40. DEFAULT = "Vb5cce\Samples\FlexLbl"
  41. ;---------------------------------------------------------------------------------------------------
  42.